Gets the generic equality comparer that is used to determine equality of keys in the collection.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public IEqualityComparer<string> Comparer { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property Comparer As IEqualityComparer(Of String)
	Get

See Also